projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b2d6011
)
Adwaita: dropdown search box
author
Jakub Steiner
<jimmac@gmail.com>
Thu, 22 Oct 2020 15:08:32 +0000
(17:08 +0200)
committer
Jakub Steiner
<jimmac@gmail.com>
Tue, 27 Oct 2020 12:32:04 +0000
(13:32 +0100)
- have some whitespace around entry
Partial fix for https://gitlab.gnome.org/GNOME/gtk/-/issues/3291
gtk/theme/Adwaita/_common.scss
patch
|
blob
|
history
diff --git
a/gtk/theme/Adwaita/_common.scss
b/gtk/theme/Adwaita/_common.scss
index eb257182e0554a23ab1ed37bb260ec41e44826b3..119694649d2ea72d88da25c23fcb15c6750cf776 100644
(file)
--- a/
gtk/theme/Adwaita/_common.scss
+++ b/
gtk/theme/Adwaita/_common.scss
@@
-1227,9
+1227,10
@@
combobox {
}
.search { //drodowns with searchboxes on top
- border-radius: $popover_radius
$popover_radius 0 0
;
+ border-radius: $popover_radius;
padding: 3px 10px;
- margin-top: -2px; //paint over the menu borders
+ border-radius: 3px;
+ margin: 4px 4px -4px 4px;
}
}
}